gdk: Rename GdkDragContext to GdkDrag
authorMatthias Clasen <mclasen@redhat.com>
Fri, 29 Jun 2018 17:34:14 +0000 (13:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Jul 2018 12:59:26 +0000 (14:59 +0200)
commit7733f646d6985f2d90e43507b8063719e44288ba
tree88f3797341f89f429779920e724798bb17a6e564
parent88b4076fe5146c84e5a9fb590371c50917be604e
gdk: Rename GdkDragContext to GdkDrag

This is to go along with the newly introduced GdkDrop.

This commit includes the necessary updates to the X11, Wayland
and Broadway backends. Other backends have to be updated separately.
47 files changed:
demos/gtk-demo/clipboard.c
demos/icon-browser/iconbrowserwin.c
gdk/broadway/gdkdnd-broadway.c
gdk/broadway/gdkprivate-broadway.h
gdk/gdk-autocleanup.h
gdk/gdkdnd.c
gdk/gdkdnd.h
gdk/gdkdndprivate.h
gdk/gdkdrop.c
gdk/gdkdrop.h
gdk/gdkevents.c
gdk/gdksurface.c
gdk/gdksurfaceimpl.h
gdk/gdktypes.h
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkdnd-wayland.c
gdk/wayland/gdkdrop-wayland.c
gdk/wayland/gdkprivate-wayland.h
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkdrop-x11.c
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkx-autocleanups.h
gdk/x11/gdkx11dnd.h
gtk/gtkcalendar.c
gtk/gtkcolorbutton.c
gtk/gtkcolorswatch.c
gtk/gtkdnd.c
gtk/gtkdnd.h
gtk/gtkdndprivate.h
gtk/gtkdragdest.c
gtk/gtkentry.c
gtk/gtkiconview.c
gtk/gtklabel.c
gtk/gtklinkbutton.c
gtk/gtknotebook.c
gtk/gtkpathbar.c
gtk/gtkplacessidebar.c
gtk/gtktextview.c
gtk/gtktreeview.c
gtk/gtkwidget.c
gtk/gtkwidget.h
tests/testdnd.c
tests/testdnd2.c
tests/testentryicons.c
tests/testimage.c
tests/testlist3.c
tests/testnotebookdnd.c